Bitwise.ShiftLeft Method
Shifts value to the left by shift. Only shifts bits within numBits field size.
Syntax
Bitwise.ShiftLeft value, shift, [numBits]
value
Integer
shift
numBits (Optional)
numBits defaults to 32 bits.